webengine/osswebengine/WebCore/html/HTMLEmbedElement.cpp
branchRCL_3
changeset 35 1f3c3f2f5b0a
parent 0 dd21522fd290
child 48 79859ed3eea9
equal deleted inserted replaced
34:220a17280356 35:1f3c3f2f5b0a
   276     if (!renderer() || (renderer()->style() && renderer()->style()->visibility() != VISIBLE) || 
   276     if (!renderer() || (renderer()->style() && renderer()->style()->visibility() != VISIBLE) || 
   277         renderer()->width() == 0 || renderer()->height() == 0)
   277         renderer()->width() == 0 || renderer()->height() == 0)
   278         return false;
   278         return false;
   279     return static_cast<RenderPartObject*>(renderer())->isFocusable();
   279     return static_cast<RenderPartObject*>(renderer())->isFocusable();
   280 }
   280 }
   281 #endif
   281 
   282 }
   282 bool HTMLEmbedElement::canStartSelection() const
       
   283 {
       
   284 return false;
       
   285 }
       
   286 #endif
       
   287 }