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

Unified Diff: apps/ui/web_contents_sizer.h

Issue 209023003: Remove references to WebContentsView::SizeContents from chrome/ and app/ (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Alphabetization. Created 6 years, 9 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: apps/ui/web_contents_sizer.h
diff --git a/apps/ui/web_contents_sizer.h b/apps/ui/web_contents_sizer.h
new file mode 100644
index 0000000000000000000000000000000000000000..9b5818ead54213885e4545d592c78242a13ca197
--- /dev/null
+++ b/apps/ui/web_contents_sizer.h
@@ -0,0 +1,24 @@
+// Copyright 2014 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.
+
+#ifndef APPS_UI_WEB_CONTENTS_SIZER_H_
+#define APPS_UI_WEB_CONTENTS_SIZER_H_
+
+namespace content {
+class WebContents;
+}
+
+namespace gfx {
+class Size;
+}
+
+namespace apps {
+// A platform-agnostic function to resize a WebContents. The top-left corner of
+// the WebContents does not move during the resizing.
+void ResizeWebContents(content::WebContents* web_contents,
+ const gfx::Size& size);
+
+} // namespace apps
+
+#endif // APPS_UI_WEB_CONTENTS_SIZER_H_
« no previous file with comments | « apps/apps.gypi ('k') | apps/ui/web_contents_sizer.cc » ('j') | apps/ui/web_contents_sizer.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698