Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(138)

Unified Diff: third_party/WebKit/Source/core/layout/api/LayoutEmbeddedItem.h

Issue 2166813005: Remove layoutObject() dependency from HTMLPlugInElement::layoutObjectIsFocusable(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: comment grammar Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/core/layout/api/LayoutEmbeddedItem.h
diff --git a/third_party/WebKit/Source/core/layout/api/LayoutEmbeddedItem.h b/third_party/WebKit/Source/core/layout/api/LayoutEmbeddedItem.h
index 563bf6a76cd51e6558b3c6d3750dc425c5020e73..f89a97273a59f95d15fac4d7c82d1b367afc3bce 100644
--- a/third_party/WebKit/Source/core/layout/api/LayoutEmbeddedItem.h
+++ b/third_party/WebKit/Source/core/layout/api/LayoutEmbeddedItem.h
@@ -27,9 +27,9 @@ public:
LayoutEmbeddedItem() { }
- void setPluginUnavailabilityReason(LayoutEmbeddedObject::PluginUnavailabilityReason reason)
+ void setPluginAvailability(LayoutEmbeddedObject::PluginAvailability availability)
{
- toEmbeddedObject()->setPluginUnavailabilityReason(reason);
+ toEmbeddedObject()->setPluginAvailability(availability);
}
bool showsUnavailablePluginIndicator() const
« no previous file with comments | « third_party/WebKit/Source/core/layout/LayoutEmbeddedObject.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698