Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(363)

Unified Diff: third_party/WebKit/public/platform/WebMediaPlayer.h

Issue 2387113002: reflow comments in public/platform/ (Closed)
Patch Set: Created 4 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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,

Powered by Google App Engine
This is Rietveld 408576698