| Index: content/renderer/gpu/gpu_benchmarking_extension.h
|
| diff --git a/content/renderer/gpu/gpu_benchmarking_extension.h b/content/renderer/gpu/gpu_benchmarking_extension.h
|
| index f2ff89d044a7b2ead90854d882954fb9636942b0..08d7f90056775749ab8ddf1d8577bb0eec420162 100644
|
| --- a/content/renderer/gpu/gpu_benchmarking_extension.h
|
| +++ b/content/renderer/gpu/gpu_benchmarking_extension.h
|
| @@ -48,6 +48,8 @@ class GpuBenchmarking : public gin::Wrappable<GpuBenchmarking> {
|
| bool Swipe(gin::Arguments* args);
|
| bool ScrollBounce(gin::Arguments* args);
|
| bool PinchBy(gin::Arguments* args);
|
| + float VisualViewportHeight();
|
| + float VisualViewportWidth();
|
| bool Tap(gin::Arguments* args);
|
| void ClearImageCache();
|
| int RunMicroBenchmark(gin::Arguments* args);
|
|
|