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

Unified Diff: blimp/client/feature/mock_render_widget_feature_delegate.cc

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/feature/mock_render_widget_feature_delegate.cc
diff --git a/blimp/client/feature/mock_render_widget_feature_delegate.cc b/blimp/client/feature/mock_render_widget_feature_delegate.cc
deleted file mode 100644
index 0d9703d6d5dc25691021255b1c0441d1afde1467..0000000000000000000000000000000000000000
--- a/blimp/client/feature/mock_render_widget_feature_delegate.cc
+++ /dev/null
@@ -1,21 +0,0 @@
-// Copyright 2016 The Chromium Authors. All rights reserved.
-// Use of this source code is governed by a BSD-style license that can be
-// found in the LICENSE file.
-
-#include "blimp/client/feature/mock_render_widget_feature_delegate.h"
-
-namespace blimp {
-namespace client {
-
-MockRenderWidgetFeatureDelegate::MockRenderWidgetFeatureDelegate() {}
-
-MockRenderWidgetFeatureDelegate::~MockRenderWidgetFeatureDelegate() {}
-
-void MockRenderWidgetFeatureDelegate::OnCompositorMessageReceived(
- int render_widget_id,
- std::unique_ptr<cc::proto::CompositorMessage> message) {
- MockableOnCompositorMessageReceived(render_widget_id, message.get());
-}
-
-} // namespace client
-} // namespace blimp

Powered by Google App Engine
This is Rietveld 408576698