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

Unified Diff: media/tools/mfdecoder/README.chromium

Issue 6246027: Move src/gfx/ to src/ui/gfx... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 11 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
« no previous file with comments | « gpu/gpu.gyp ('k') | remoting/remoting.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: media/tools/mfdecoder/README.chromium
===================================================================
--- media/tools/mfdecoder/README.chromium (revision 73487)
+++ media/tools/mfdecoder/README.chromium (working copy)
@@ -9,7 +9,7 @@
If decoding is done without hardware acceleration, then the YV12 frames are
converted into RGB using ConvertYUVToRGB32() provided in
media/base/yuv_convert.h. They are then drawn to a window using StretchDIBits()
-provided in gfx/gdi_util.h.
+provided in ui/gfx/gdi_util.h.
If decoding is done with hardware acceleration, then the frames are obtained
from a D3D surface (IDirect3DSurface9). It is then drawn through calling
@@ -43,4 +43,4 @@
WARNING: Using both -h and -f, or opening too many windows with -h may lead to
driver crash / system instability. Realistically, you will never want to
-do this unless you want to push the limits of the GPU ...
+do this unless you want to push the limits of the GPU ...
« no previous file with comments | « gpu/gpu.gyp ('k') | remoting/remoting.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698