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 |