| Index: third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
|
| diff --git a/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h b/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
|
| index 5fd2e07577a50ee220db120d1359c060213e49f4..5a2da49c01c5b9b66358dd544f19f05237136a64 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
|
| +++ b/third_party/WebKit/Source/platform/graphics/gpu/AcceleratedImageBufferSurface.h
|
| @@ -48,7 +48,7 @@ public:
|
| bool isValid() const override { return m_surface; }
|
| bool isAccelerated() const override { return true; }
|
| PassRefPtr<SkImage> newImageSnapshot(AccelerationHint, SnapshotReason) override;
|
| - Platform3DObject getBackingTextureHandleForOverwrite() override;
|
| + GLuint getBackingTextureHandleForOverwrite() override;
|
|
|
| private:
|
| OwnPtr<WebGraphicsContext3DProvider> m_contextProvider;
|
|
|