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

Unified Diff: Source/platform/Widget.h

Issue 852083002: Propagate focus type to plugins (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Moved Created 5 years, 11 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/core/svg/SVGAElement.cpp ('k') | Source/web/ChromeClientImpl.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/platform/Widget.h
diff --git a/Source/platform/Widget.h b/Source/platform/Widget.h
index 14e700ceb4d966024eb5b6c58afc1832490c3d1a..e1819c4717083b8957a25ffa4c7f1482228b0719 100644
--- a/Source/platform/Widget.h
+++ b/Source/platform/Widget.h
@@ -32,6 +32,7 @@
#include "platform/geometry/FloatPoint.h"
#include "platform/geometry/IntRect.h"
#include "platform/heap/Handle.h"
+#include "public/platform/WebFocusType.h"
#include "wtf/Forward.h"
#include "wtf/RefCounted.h"
@@ -71,7 +72,7 @@ public:
void invalidate() { invalidateRect(boundsRect()); }
virtual void invalidateRect(const IntRect&) = 0;
- virtual void setFocus(bool) { }
+ virtual void setFocus(bool, WebFocusType) { }
virtual void show() { }
virtual void hide() { }
« no previous file with comments | « Source/core/svg/SVGAElement.cpp ('k') | Source/web/ChromeClientImpl.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698