| 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 bbfb015b569983c1cd1b64e3217863b1c3e414d5..40f5868c25723d477c9cbc45f0d2a949f2d02773 100644
|
| --- a/content/renderer/gpu/gpu_benchmarking_extension.h
|
| +++ b/content/renderer/gpu/gpu_benchmarking_extension.h
|
| @@ -50,8 +50,6 @@ class GpuBenchmarking : public gin::Wrappable<GpuBenchmarking> {
|
| bool ScrollBounce(gin::Arguments* args);
|
| bool PinchBy(gin::Arguments* args);
|
| bool Tap(gin::Arguments* args);
|
| - void BeginWindowSnapshotPNG(v8::Isolate* isolate,
|
| - v8::Handle<v8::Function> callback);
|
| void ClearImageCache();
|
| int RunMicroBenchmark(gin::Arguments* args);
|
| bool SendMessageToMicroBenchmark(int id, v8::Handle<v8::Object> message);
|
|
|