Index: third_party/WebKit/public/platform/WebMediaPlayer.h |
diff --git a/third_party/WebKit/public/platform/WebMediaPlayer.h b/third_party/WebKit/public/platform/WebMediaPlayer.h |
index 607b55644ed71cb7f27f550b18fd6ae9ecfc29c1..87c058c8da7cf3760c0fa3293db6c6c03b65dd3d 100644 |
--- a/third_party/WebKit/public/platform/WebMediaPlayer.h |
+++ b/third_party/WebKit/public/platform/WebMediaPlayer.h |
@@ -181,7 +181,8 @@ class WebMediaPlayer { |
return false; |
} |
- // Do a GPU-GPU textures copy. If the copy is impossible or fails, it returns false. |
+ // Do a GPU-GPU textures copy. If the copy is impossible or fails, it returns |
+ // false. |
virtual bool copyVideoTextureToPlatformTexture(gpu::gles2::GLES2Interface*, |
unsigned target, |
unsigned texture, |
@@ -192,7 +193,8 @@ class WebMediaPlayer { |
bool flipY) { |
return false; |
} |
- // Copy sub video frame texture to |texture|. If the copy is impossible or fails, it returns false. |
+ // Copy sub video frame texture to |texture|. If the copy is impossible or |
+ // fails, it returns false. |
virtual bool copyVideoSubTextureToPlatformTexture(gpu::gles2::GLES2Interface*, |
unsigned target, |
unsigned texture, |