| 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);
|
|
|
|
|