Index: third_party/WebKit/Source/core/html/HTMLVideoElement.h |
diff --git a/third_party/WebKit/Source/core/html/HTMLVideoElement.h b/third_party/WebKit/Source/core/html/HTMLVideoElement.h |
index 71811fd930e6a96c249159be7bff31f50ecfea19..9f0fa8ec1a3296a2c9fde764803cc294f2876f6c 100644 |
--- a/third_party/WebKit/Source/core/html/HTMLVideoElement.h |
+++ b/third_party/WebKit/Source/core/html/HTMLVideoElement.h |
@@ -73,7 +73,7 @@ public: |
// Used by WebGL to do GPU-GPU textures copy if possible. |
bool copyVideoTextureToPlatformTexture(WebGraphicsContext3D*, Platform3DObject texture, GLenum internalFormat, GLenum type, bool premultiplyAlpha, bool flipY); |
- bool shouldDisplayPosterImage() const { return displayMode() == Poster; } |
+ bool shouldDisplayPosterImage() const { return getDisplayMode() == Poster; } |
bool hasAvailableVideoFrame() const; |