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

Unified Diff: ppapi/cpp/video_decoder.h

Issue 703753002: Pepper: Expose visible_rect to PPB_VideoDecoder.GetPicture. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Address review comments. Created 6 years, 1 month 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: ppapi/cpp/video_decoder.h
diff --git a/ppapi/cpp/video_decoder.h b/ppapi/cpp/video_decoder.h
index cc7267ba680d9f1931de08118318c8049e48bd60..000400cc47a58fc8b2a1ddb620da516baad8b886 100644
--- a/ppapi/cpp/video_decoder.h
+++ b/ppapi/cpp/video_decoder.h
@@ -15,7 +15,7 @@
/// @file
/// This file defines the API to create and use a VideoDecoder resource.
-struct PP_FileInfo;
+struct PP_Rect;
dmichael (off chromium) 2014/11/05 23:06:04 I don't think this is needed
bbudge 2014/11/06 00:26:37 Done.
namespace pp {

Powered by Google App Engine
This is Rietveld 408576698