Chromium Code Reviews

Unified Diff: Source/WebCore/platform/Widget.h

Issue 12475008: Merge 144236 (Closed) Base URL: http://svn.webkit.org/repository/webkit/branches/chromium/1364/
Patch Set: Created 7 years, 9 months ago
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
« no previous file with comments | « Source/WebCore/platform/ScrollView.cpp ('k') | Source/WebCore/plugins/PluginView.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/WebCore/platform/Widget.h
===================================================================
--- Source/WebCore/platform/Widget.h (revision 145274)
+++ Source/WebCore/platform/Widget.h (working copy)
@@ -206,6 +206,9 @@
// Notifies this widget that other widgets on the page have been repositioned.
virtual void widgetPositionsUpdated() {}
+ // Notifies this widget that its clip rect changed.
+ virtual void clipRectChanged() { }
+
// Whether transforms affect the frame rect. FIXME: We get rid of this and have
// the frame rects be the same no matter what transforms are applied.
virtual bool transformsAffectFrameRect() { return true; }
« no previous file with comments | « Source/WebCore/platform/ScrollView.cpp ('k') | Source/WebCore/plugins/PluginView.h » ('j') | no next file with comments »

Powered by Google App Engine