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

Unified Diff: chromecast/graphics/cast_window_manager_aura.h

Issue 2801163002: Deletes NativeViewGLSurfaceEGL::Initialize(gfx::VSyncProvider). (Closed)
Patch Set: fixes DirectCompositionSurfaceTest Created 3 years, 8 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 | « chromecast/graphics/cast_vsync_settings.cc ('k') | chromecast/graphics/cast_window_manager_aura.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chromecast/graphics/cast_window_manager_aura.h
diff --git a/chromecast/graphics/cast_window_manager_aura.h b/chromecast/graphics/cast_window_manager_aura.h
index 012d27402601c1af7c89b252bb7fc420694ad801..66d9b0c512431eb5de8c1f6bde31d93f7de61af3 100644
--- a/chromecast/graphics/cast_window_manager_aura.h
+++ b/chromecast/graphics/cast_window_manager_aura.h
@@ -8,7 +8,6 @@
#include <memory>
#include "base/macros.h"
-#include "chromecast/graphics/cast_vsync_settings.h"
#include "chromecast/graphics/cast_window_manager.h"
#include "ui/aura/client/window_parenting_client.h"
@@ -24,8 +23,7 @@ class CastFocusClientAura;
class CastWindowTreeHost;
class CastWindowManagerAura : public CastWindowManager,
- public aura::client::WindowParentingClient,
- private CastVSyncSettings::Observer {
+ public aura::client::WindowParentingClient {
public:
~CastWindowManagerAura() override;
@@ -45,9 +43,6 @@ class CastWindowManagerAura : public CastWindowManager,
// This class should only be instantiated by CastWindowManager::Create.
explicit CastWindowManagerAura(bool enable_input);
- // CastVSyncSettings::Observer implementation:
- void OnVSyncIntervalChanged(base::TimeDelta interval) override;
-
void Setup();
const bool enable_input_;
« no previous file with comments | « chromecast/graphics/cast_vsync_settings.cc ('k') | chromecast/graphics/cast_window_manager_aura.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698