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

Unified Diff: public/platform/WebContentLayerClient.h

Issue 554183004: Add an alternate paintContents method to WebContentLayerClient. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: opaquerecttracking: expectations Created 6 years, 3 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/WebContentLayerClient.h
diff --git a/public/platform/WebContentLayerClient.h b/public/platform/WebContentLayerClient.h
index 9aef8b8167f900bf2bd376f0cc10505236123bc6..e80f2890abc35bb8d6c08932913e39a12c88fea0 100644
--- a/public/platform/WebContentLayerClient.h
+++ b/public/platform/WebContentLayerClient.h
@@ -48,6 +48,8 @@ public:
// The |disableContext| enum controls most processing in
// GraphicsContext to isolate the painting code in performance tests.
virtual void paintContents(WebCanvas*, const WebRect& clip, bool canPaintLCDText, WebFloatRect& opaque, GraphicsContextStatus = GraphicsContextEnabled) = 0;
+ // TODO(danakj): Replace the above method with this one.
jamesr 2014/09/15 17:38:10 it's blink, so FIXME: with no name
danakj 2014/09/15 17:41:55 Done.
+ virtual void paintContents(WebCanvas*, const WebRect& clip, bool canPaintLCDText, GraphicsContextStatus = GraphicsContextEnabled) = 0;
protected:
virtual ~WebContentLayerClient() { }
« Source/platform/graphics/ContentLayerDelegate.h ('K') | « Source/web/WebPopupMenuImpl.cpp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698