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

Unified Diff: public/platform/WebLayer.h

Issue 646133002: Don't convert invalidations to a FloatRect. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: invalidationint: . Created 6 years, 2 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/WebPopupMenuImpl.cpp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: public/platform/WebLayer.h
diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h
index 84f53d9bfd5ad18877307ed76dd0a91e3edee0b8..5d3bac1b7bda48f468b4aee6bb75af0019b6920b 100644
--- a/public/platform/WebLayer.h
+++ b/public/platform/WebLayer.h
@@ -47,7 +47,6 @@ class WebFilterOperations;
class WebLayerClient;
class WebLayerScrollClient;
struct WebFloatPoint;
-struct WebFloatRect;
struct WebLayerPositionConstraint;
class WebLayer {
@@ -58,7 +57,7 @@ public:
virtual int id() const = 0;
// Sets a region of the layer as invalid, i.e. needs to update its content.
- virtual void invalidateRect(const WebFloatRect&) = 0;
+ virtual void invalidateRect(const WebRect&) = 0;
// Sets the entire layer as invalid, i.e. needs to update its content.
virtual void invalidate() = 0;
« no previous file with comments | « Source/web/WebPopupMenuImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698