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

Unified Diff: blimp/client/core/render_widget/mock_render_widget_feature.cc

Issue 2382733007: Add BlimpDocument, pull out functions in BlimpCompositor. (Closed)
Patch Set: Remove Webkit DEPS modification. Created 4 years, 2 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/render_widget/mock_render_widget_feature.cc
diff --git a/blimp/client/core/contents/mock_ime_feature_delegate.cc b/blimp/client/core/render_widget/mock_render_widget_feature.cc
similarity index 50%
copy from blimp/client/core/contents/mock_ime_feature_delegate.cc
copy to blimp/client/core/render_widget/mock_render_widget_feature.cc
index eeefb278a94e5a552e1896ae622987fa857b6c7a..f3dfa4d24b83ea794bf1eb2f7586436b7a366410 100644
--- a/blimp/client/core/contents/mock_ime_feature_delegate.cc
+++ b/blimp/client/core/render_widget/mock_render_widget_feature.cc
@@ -2,17 +2,14 @@
// 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 "third_party/skia/include/core/SkBitmap.h"
-#include "url/gurl.h"
+#include "blimp/client/core/render_widget/mock_render_widget_feature.h"
namespace blimp {
namespace client {
-MockImeFeatureDelegate::MockImeFeatureDelegate() {}
+MockRenderWidgetFeature::MockRenderWidgetFeature() = default;
-MockImeFeatureDelegate::~MockImeFeatureDelegate() {}
+MockRenderWidgetFeature::~MockRenderWidgetFeature() = default;
} // namespace client
} // namespace blimp
« no previous file with comments | « blimp/client/core/render_widget/mock_render_widget_feature.h ('k') | blimp/client/core/render_widget/render_widget_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698