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

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: 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
Index: public/platform/WebLayer.h
diff --git a/public/platform/WebLayer.h b/public/platform/WebLayer.h
index 84f53d9bfd5ad18877307ed76dd0a91e3edee0b8..943c4b91c891ae319dd52c13de720642c00c2d62 100644
--- a/public/platform/WebLayer.h
+++ b/public/platform/WebLayer.h
@@ -59,6 +59,7 @@ public:
// 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;
« Source/platform/graphics/GraphicsLayer.h ('K') | « Source/platform/graphics/GraphicsLayer.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698