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

Unified Diff: blimp/client/core/compositor/blimp_delegating_output_surface.h

Issue 2241623002: blimp: Move compositing, input and render widget feature to client/core. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix gn files Created 4 years, 4 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
Index: blimp/client/core/compositor/blimp_delegating_output_surface.h
diff --git a/blimp/client/feature/compositor/blimp_delegating_output_surface.h b/blimp/client/core/compositor/blimp_delegating_output_surface.h
similarity index 92%
rename from blimp/client/feature/compositor/blimp_delegating_output_surface.h
rename to blimp/client/core/compositor/blimp_delegating_output_surface.h
index 7a1cd69d713899d5cb15ef55021798310ebe406a..ef8dcd5deed115ac2f8dba98926f178d5e5a000c 100644
--- a/blimp/client/feature/compositor/blimp_delegating_output_surface.h
+++ b/blimp/client/core/compositor/blimp_delegating_output_surface.h
@@ -2,8 +2,8 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#ifndef BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_DELEGATING_OUTPUT_SURFACE_H_
-#define BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_DELEGATING_OUTPUT_SURFACE_H_
+#ifndef BLIMP_CLIENT_CORE_COMPOSITOR_BLIMP_DELEGATING_OUTPUT_SURFACE_H_
+#define BLIMP_CLIENT_CORE_COMPOSITOR_BLIMP_DELEGATING_OUTPUT_SURFACE_H_
#include "cc/output/output_surface.h"
#include "cc/output/renderer_settings.h"
@@ -68,4 +68,4 @@ class BlimpDelegatingOutputSurface : public cc::OutputSurface,
} // namespace client
} // namespace blimp
-#endif // BLIMP_CLIENT_FEATURE_COMPOSITOR_BLIMP_DELEGATING_OUTPUT_SURFACE_H_
+#endif // BLIMP_CLIENT_CORE_COMPOSITOR_BLIMP_DELEGATING_OUTPUT_SURFACE_H_

Powered by Google App Engine
This is Rietveld 408576698