Title: [100368] trunk/Tools
- Revision
- 100368
- Author
- [email protected]
- Date
- 2011-11-15 16:43:50 -0800 (Tue, 15 Nov 2011)
Log Message
[chromium] Fix flag name in chromium DumpRenderTree for accelerated video trigger
https://bugs.webkit.org/show_bug.cgi?id=72444
Reviewed by Adam Barth.
* DumpRenderTree/chromium/DumpRenderTree.cpp:
Modified Paths
Diff
Modified: trunk/Tools/ChangeLog (100367 => 100368)
--- trunk/Tools/ChangeLog 2011-11-16 00:40:27 UTC (rev 100367)
+++ trunk/Tools/ChangeLog 2011-11-16 00:43:50 UTC (rev 100368)
@@ -1,3 +1,12 @@
+2011-11-15 James Robinson <[email protected]>
+
+ [chromium] Fix flag name in chromium DumpRenderTree for accelerated video trigger
+ https://bugs.webkit.org/show_bug.cgi?id=72444
+
+ Reviewed by Adam Barth.
+
+ * DumpRenderTree/chromium/DumpRenderTree.cpp:
+
2011-11-15 Tony Chang <[email protected]>
Unreviewed, better fix for ref tests failures on SL Intel bot.
Modified: trunk/Tools/DumpRenderTree/chromium/DumpRenderTree.cpp (100367 => 100368)
--- trunk/Tools/DumpRenderTree/chromium/DumpRenderTree.cpp 2011-11-16 00:40:27 UTC (rev 100367)
+++ trunk/Tools/DumpRenderTree/chromium/DumpRenderTree.cpp 2011-11-16 00:43:50 UTC (rev 100368)
@@ -53,12 +53,12 @@
static const char optionCheckLayoutTestSystemDeps[] = "--check-layout-test-sys-deps";
static const char optionHardwareAcceleratedGL[] = "--enable-hardware-gpu";
-static const char optionEnableAcceleratedCompositingForVideo[] = "--enable-compositing-for-video";
static const char optionEnableThreadedCompositing[] = "--enable-threaded-compositing";
static const char optionForceCompositingMode[] = "--force-compositing-mode";
static const char optionEnableAccelerated2DCanvas[] = "--enable-accelerated-2d-canvas";
static const char optionEnableLegacyAccelerated2DCanvas[] = "--enable-legacy-accelerated-2d-canvas";
static const char optionEnableAcceleratedDrawing[] = "--enable-accelerated-drawing";
+static const char optionEnableAcceleratedCompositingForVideo[] = "--enable-accelerated-video";
static const char optionEnableCompositeToTexture[] = "--enable-composite-to-texture";
static const char optionUseGraphicsContext3DImplementation[] = "--use-graphics-context-3d-implementation=";
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes