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

Side by Side Diff: content/public/browser/render_widget_host_view.cc

Issue 9347042: Introduce content::RenderWidgetHostViewPort (in content/port/browser). (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 8 years, 10 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 // Copyright (c) 2012 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 "content/public/browser/render_widget_host_view.h"
6
7 RenderWidgetHostView::RenderWidgetHostView() {
jam 2012/02/15 17:02:19 nit: not needed
Jói 2012/02/16 12:41:42 Done.
8 }
9
10 RenderWidgetHostView::~RenderWidgetHostView() {
jam 2012/02/15 17:02:19 nit: just put this in the .h and then we can avoid
Jói 2012/02/16 12:41:42 Done.
11 }
12
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698