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

Unified Diff: gpu/ipc/service/gpu_vsync_provider_posix.cc

Issue 2681033011: Changed GpuVSyncProvider to implement gfx::VSyncProvider (Closed)
Patch Set: Addressed CR feedback Created 3 years, 10 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 | « gpu/ipc/service/gpu_vsync_provider.h ('k') | gpu/ipc/service/gpu_vsync_provider_unittest_win.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gpu/ipc/service/gpu_vsync_provider_posix.cc
diff --git a/gpu/ipc/service/gpu_vsync_provider_posix.cc b/gpu/ipc/service/gpu_vsync_provider_posix.cc
deleted file mode 100644
index 00039f65023696e22389a0623768961f920387ed..0000000000000000000000000000000000000000
--- a/gpu/ipc/service/gpu_vsync_provider_posix.cc
+++ /dev/null
@@ -1,22 +0,0 @@
-// Copyright (c) 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "gpu/ipc/service/gpu_vsync_provider.h"
-
-namespace gpu {
-
-/* static */
-std::unique_ptr<GpuVSyncProvider> GpuVSyncProvider::Create(
- const VSyncCallback& callback,
- SurfaceHandle surface_handle) {
- return std::unique_ptr<GpuVSyncProvider>();
-}
-
-GpuVSyncProvider::~GpuVSyncProvider() = default;
-
-void GpuVSyncProvider::EnableVSync(bool enabled) {
- NOTREACHED();
-}
-
-} // namespace gpu
« no previous file with comments | « gpu/ipc/service/gpu_vsync_provider.h ('k') | gpu/ipc/service/gpu_vsync_provider_unittest_win.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698