summaryrefslogtreecommitdiffstats
path: root/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h
diff options
context:
space:
mode:
Diffstat (limited to 'third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h')
-rw-r--r--third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h
index 364b979..17988d9 100644
--- a/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h
+++ b/third_party/WebKit/Source/platform/graphics/ImageBufferSurface.h
@@ -84,7 +84,7 @@ public:
// May return nullptr if the surface is GPU-backed and the GPU context was lost.
virtual PassRefPtr<SkImage> newImageSnapshot(AccelerationHint, SnapshotReason) = 0;
- OpacityMode opacityMode() const { return m_opacityMode; }
+ OpacityMode getOpacityMode() const { return m_opacityMode; }
const IntSize& size() const { return m_size; }
void notifyIsValidChanged(bool isValid) const;