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

Unified Diff: ui/compositor/layer.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
Index: ui/compositor/layer.h
diff --git a/ui/compositor/layer.h b/ui/compositor/layer.h
index c42cbfe5f1f76c09e92646559a09546c78856178..7dcfc8cc90600a920270a1d22a8ae0730f86d4b2 100644
--- a/ui/compositor/layer.h
+++ b/ui/compositor/layer.h
@@ -314,8 +314,10 @@ class COMPOSITOR_EXPORT Layer
void RequestCopyOfOutput(scoped_ptr<cc::CopyOutputRequest> request);
// ContentLayerClient
- virtual void PaintContents(
- SkCanvas* canvas, const gfx::Rect& clip, gfx::RectF* opaque) OVERRIDE;
+ virtual void PaintContents(SkCanvas* canvas,
+ const gfx::Rect& clip,
+ gfx::RectF* opaque,
+ bool disableContext) OVERRIDE;
virtual void DidChangeLayerCanUseLCDText() OVERRIDE {}
virtual bool FillsBoundsCompletely() const OVERRIDE;

Powered by Google App Engine
This is Rietveld 408576698