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

Unified Diff: public/web/WebPlugin.h

Issue 1012473002: Remove WebPlugin::updateFocus(bool). (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 9 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 | « Source/web/tests/FakeWebPlugin.h ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/web/WebPlugin.h
diff --git a/public/web/WebPlugin.h b/public/web/WebPlugin.h
index 050e76119432d3df2a9e709eb51dea9a186a0b70..6b84860c21f2aa8de5ee6c1823fc30085a5bc02c 100644
--- a/public/web/WebPlugin.h
+++ b/public/web/WebPlugin.h
@@ -94,14 +94,7 @@ public:
const WebRect& frameRect, const WebRect& clipRect,
const WebVector<WebRect>& cutOutsRects, bool isVisible) = 0;
- // FIXME: Remove this once the Blink embedder has been updated to use
- // the new version of updateFocus.
- virtual void updateFocus(bool focused) { }
-
- virtual void updateFocus(bool focused, WebFocusType)
- {
- updateFocus(focused);
- }
+ virtual void updateFocus(bool focused, WebFocusType) = 0;
virtual void updateVisibility(bool) = 0;
« no previous file with comments | « Source/web/tests/FakeWebPlugin.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698