Index: tools/VisualBench/VisualInteractiveModule.cpp |
diff --git a/tools/VisualBench/VisualInteractiveModule.cpp b/tools/VisualBench/VisualInteractiveModule.cpp |
index b597b05727532bf15e84731447c20dde9db02140..73bc53ed5ac5b56f6bcc3e7e33f9c588515581c2 100755 |
--- a/tools/VisualBench/VisualInteractiveModule.cpp |
+++ b/tools/VisualBench/VisualInteractiveModule.cpp |
@@ -15,7 +15,7 @@ |
__SK_FORCE_IMAGE_DECODER_LINKING; |
VisualInteractiveModule::VisualInteractiveModule(VisualBench* owner) |
- : INHERITED(owner, false) |
Chris Dalton
2015/11/13 07:45:01
This is the only change in default behavior.
Sinc
|
+ : INHERITED(owner) |
, fCurrentMeasurement(0) |
, fAdvance(false) { |
memset(fMeasurements, 0, sizeof(fMeasurements)); |