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

Unified Diff: Source/WebKit/chromium/src/PinchViewports.h

Issue 18473002: Add an API to report debugName in GraphicsLayer (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: clear setName Created 7 years, 5 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: Source/WebKit/chromium/src/PinchViewports.h
diff --git a/Source/WebKit/chromium/src/PinchViewports.h b/Source/WebKit/chromium/src/PinchViewports.h
index f1dbf6ecdc10d54aee93df43a493e82caa9d9ac4..cc9bfe48c832f67ade9f27cb76e427fadf3866d2 100644
--- a/Source/WebKit/chromium/src/PinchViewports.h
+++ b/Source/WebKit/chromium/src/PinchViewports.h
@@ -70,6 +70,8 @@ public:
virtual void notifyAnimationStarted(const WebCore::GraphicsLayer*, double time) OVERRIDE;
virtual void paintContents(const WebCore::GraphicsLayer*, WebCore::GraphicsContext&, WebCore::GraphicsLayerPaintingPhase, const WebCore::IntRect& inClip) OVERRIDE;
+ virtual String debugName(const WebCore::GraphicsLayer*) OVERRIDE;
+
private:
explicit PinchViewports(WebViewImpl* owner);

Powered by Google App Engine
This is Rietveld 408576698