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

Unified Diff: components/mus/surfaces/surfaces_state.h

Issue 1987133002: Delete mus surfaces hit testing (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix unittests Created 4 years, 7 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 | « no previous file | components/mus/surfaces/surfaces_state.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/surfaces/surfaces_state.h
diff --git a/components/mus/surfaces/surfaces_state.h b/components/mus/surfaces/surfaces_state.h
index f7e2368bfc0ea91415ec96122bb96f1be0821508..daaf5587ab641c7c89daf6e7c1d01459b1946b10 100644
--- a/components/mus/surfaces/surfaces_state.h
+++ b/components/mus/surfaces/surfaces_state.h
@@ -9,7 +9,6 @@
#include "base/macros.h"
#include "base/memory/ref_counted.h"
-#include "cc/surfaces/surface_hittest.h"
#include "cc/surfaces/surface_manager.h"
namespace cc {
@@ -32,8 +31,6 @@ class SurfacesState : public base::RefCounted<SurfacesState> {
cc::SurfaceManager* manager() { return &manager_; }
- cc::SurfaceHittest* hit_tester() { return &hit_tester_; }
-
private:
friend class base::RefCounted<SurfacesState>;
~SurfacesState();
@@ -43,7 +40,6 @@ class SurfacesState : public base::RefCounted<SurfacesState> {
// that requested the Surface.
uint32_t next_id_namespace_;
cc::SurfaceManager manager_;
- cc::SurfaceHittest hit_tester_;
DISALLOW_COPY_AND_ASSIGN(SurfacesState);
};
« no previous file with comments | « no previous file | components/mus/surfaces/surfaces_state.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698