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

Unified Diff: cc/layers/content_layer_client.h

Issue 253013003: Enable disabling WebCore::GraphicsContext in telemetry. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed git issues. Created 6 years, 8 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 | « no previous file | cc/layers/picture_image_layer.h » ('j') | cc/layers/picture_image_layer.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/layers/content_layer_client.h
diff --git a/cc/layers/content_layer_client.h b/cc/layers/content_layer_client.h
index 6a77dab532e29c9b70f6075e2bc3068edc247380..639f370b3ce6667bfaee9f1f6fc72dbef18796c2 100644
--- a/cc/layers/content_layer_client.h
+++ b/cc/layers/content_layer_client.h
@@ -20,7 +20,8 @@ class CC_EXPORT ContentLayerClient {
public:
virtual void PaintContents(SkCanvas* canvas,
const gfx::Rect& clip,
- gfx::RectF* opaque) = 0;
+ gfx::RectF* opaque,
+ bool disableContext = false) = 0;
Sami 2014/04/29 10:57:23 hacker_style names please. Maybe the name could al
Stephen Chennney 2014/04/29 20:30:45 Done.
// Called by the content layer during the update phase.
// If the client paints LCD text, it may want to invalidate the layer.
« no previous file with comments | « no previous file | cc/layers/picture_image_layer.h » ('j') | cc/layers/picture_image_layer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698