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

Unified Diff: components/mus/ws/window_finder.h

Issue 1496103002: Reusing base::IdType<...> to implement SurfaceId. Base URL: https://chromium.googlesource.com/chromium/src.git@type-safe-id-base
Patch Set: Created 5 years 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 | « components/mus/ws/server_window_surface.cc ('k') | content/browser/browser_plugin/browser_plugin_guest.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/mus/ws/window_finder.h
diff --git a/components/mus/ws/window_finder.h b/components/mus/ws/window_finder.h
index 470e7350ee6b95d2582b917755d599c5b23bf4b7..2aa918c3c2bc7d441f5d87f4b0ee0c0b6222d047 100644
--- a/components/mus/ws/window_finder.h
+++ b/components/mus/ws/window_finder.h
@@ -5,9 +5,7 @@
#ifndef COMPONENTS_MUS_WS_WINDOW_FINDER_H_
#define COMPONENTS_MUS_WS_WINDOW_FINDER_H_
-namespace cc {
-struct SurfaceId;
-}
+#include "cc/surfaces/surface_id.h"
namespace gfx {
class Point;
« no previous file with comments | « components/mus/ws/server_window_surface.cc ('k') | content/browser/browser_plugin/browser_plugin_guest.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698