| Index: third_party/WebKit/Source/platform/graphics/CompositorMutableState.cpp
|
| diff --git a/third_party/WebKit/Source/platform/graphics/CompositorMutableState.cpp b/third_party/WebKit/Source/platform/graphics/CompositorMutableState.cpp
|
| index c149cf8c44b93a15519bd18402718c5a962f968d..bf5af7e4423ffc6cb323b0dd5715ef5861b8e1c4 100644
|
| --- a/third_party/WebKit/Source/platform/graphics/CompositorMutableState.cpp
|
| +++ b/third_party/WebKit/Source/platform/graphics/CompositorMutableState.cpp
|
| @@ -20,7 +20,7 @@ CompositorMutableState::~CompositorMutableState() {}
|
|
|
| double CompositorMutableState::opacity() const
|
| {
|
| - return m_mainLayer->opacity();
|
| + return m_mainLayer->Opacity();
|
| }
|
|
|
| void CompositorMutableState::setOpacity(double opacity)
|
|
|