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

Unified Diff: ui/surface/d3d9_utils_win.h

Issue 11280318: YUV conversion on the GPU. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Test improvements. Created 8 years 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: ui/surface/d3d9_utils_win.h
diff --git a/ui/surface/d3d9_utils_win.h b/ui/surface/d3d9_utils_win.h
index a9554dc2f14c802034a4abdaf37b779748044892..7f64f89e1fedd396d0a0175fa386dd15a05089a8 100644
--- a/ui/surface/d3d9_utils_win.h
+++ b/ui/surface/d3d9_utils_win.h
@@ -66,6 +66,12 @@ bool CreateTemporaryRenderTargetTexture(IDirect3DDevice9* device,
IDirect3DTexture9** texture,
IDirect3DSurface9** render_target);
+SURFACE_EXPORT
+gfx::Size GetSize(IDirect3DTexture9* texture);
+
+SURFACE_EXPORT
+gfx::Size GetSize(IDirect3DSurface9* texture);
miu 2012/12/27 21:40:17 nit: Perhaps name the arg "surface" instead?
ncarter (slow) 2013/01/07 22:49:10 Done.
+
} // namespace ui_surface_d3d9_utils
#endif // UI_SURFACE_D3D9_UTILS_WIN_H_

Powered by Google App Engine
This is Rietveld 408576698