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

Side by Side Diff: blimp/client/feature/mock_render_widget_feature_delegate.cc

Issue 2292723003: Move remaining Blimp feature code to core. (Closed)
Patch Set: Fix build break Created 4 years, 3 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 unified diff | Download patch
OLDNEW
(Empty)
1 // Copyright 2016 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
4
5 #include "blimp/client/feature/mock_render_widget_feature_delegate.h"
6
7 namespace blimp {
8 namespace client {
9
10 MockRenderWidgetFeatureDelegate::MockRenderWidgetFeatureDelegate() {}
11
12 MockRenderWidgetFeatureDelegate::~MockRenderWidgetFeatureDelegate() {}
13
14 void MockRenderWidgetFeatureDelegate::OnCompositorMessageReceived(
15 int render_widget_id,
16 std::unique_ptr<cc::proto::CompositorMessage> message) {
17 MockableOnCompositorMessageReceived(render_widget_id, message.get());
18 }
19
20 } // namespace client
21 } // namespace blimp
OLDNEW
« no previous file with comments | « blimp/client/feature/mock_render_widget_feature_delegate.h ('k') | blimp/client/feature/render_widget_feature.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698