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

Unified Diff: tools/VisualBench/VisualFlags.cpp

Issue 1304083007: Create module system for VisualBench (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: feedback inc Created 5 years, 3 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 | « tools/VisualBench/VisualFlags.h ('k') | tools/VisualBench/VisualLightweightBenchModule.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/VisualBench/VisualFlags.cpp
diff --git a/src/gpu/GrProcessorDataManager.cpp b/tools/VisualBench/VisualFlags.cpp
similarity index 65%
copy from src/gpu/GrProcessorDataManager.cpp
copy to tools/VisualBench/VisualFlags.cpp
index addf4d88bd8bce593b48287e6f834d89833af823..80435ca3996629970843cb980dd84133e33b36d9 100644
--- a/src/gpu/GrProcessorDataManager.cpp
+++ b/tools/VisualBench/VisualFlags.cpp
@@ -5,4 +5,6 @@
* found in the LICENSE file.
*/
-#include "GrProcessorDataManager.h"
+#include "VisualFlags.h"
+
+DEFINE_int32(msaa, 0, "Number of msaa samples.");
« no previous file with comments | « tools/VisualBench/VisualFlags.h ('k') | tools/VisualBench/VisualLightweightBenchModule.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698