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

Unified Diff: blimp/client/public/compositor/compositor_dependencies.cc

Issue 2297933002: blimp: Set up the CompositorDependencies for blimp in Chrome. (Closed)
Patch Set: 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/public/compositor/compositor_dependencies.cc
diff --git a/blimp/client/core/contents/mock_ime_feature_delegate.cc b/blimp/client/public/compositor/compositor_dependencies.cc
similarity index 50%
copy from blimp/client/core/contents/mock_ime_feature_delegate.cc
copy to blimp/client/public/compositor/compositor_dependencies.cc
index eeefb278a94e5a552e1896ae622987fa857b6c7a..796ba2b60d42d7c5afa613e78431d45b993a7044 100644
--- a/blimp/client/core/contents/mock_ime_feature_delegate.cc
+++ b/blimp/client/public/compositor/compositor_dependencies.cc
@@ -2,17 +2,16 @@
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
-#include "blimp/client/core/contents/mock_ime_feature_delegate.h"
+#include "blimp/client/public/compositor/compositor_dependencies.h"
-#include "third_party/skia/include/core/SkBitmap.h"
-#include "url/gurl.h"
+#include "cc/output/context_provider.h"
namespace blimp {
namespace client {
-MockImeFeatureDelegate::MockImeFeatureDelegate() {}
+CompositorDependencies::ContextProviders::ContextProviders() = default;
David Trainor- moved to gerrit 2016/08/31 00:28:58 Did this not work in the header?
Khushal 2016/08/31 21:22:50 It would but then I couldn't forward declare the C
-MockImeFeatureDelegate::~MockImeFeatureDelegate() {}
+CompositorDependencies::ContextProviders::~ContextProviders() = default;
} // namespace client
} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698