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

Unified Diff: ui/views/widget/native_widget_win.cc

Issue 15922004: Rename Widget::CalculateOffsetToAncestorWithLayer() to Widget::GetLayer() (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 7 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
« no previous file with comments | « ui/views/widget/native_widget_win.h ('k') | ui/views/widget/root_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/widget/native_widget_win.cc
diff --git a/ui/views/widget/native_widget_win.cc b/ui/views/widget/native_widget_win.cc
index 53cc385d787dd0831778528ca659b10ac23e1e22..59abe0beb97e8cfb230e797d8f4bfe9c4d83d0e7 100644
--- a/ui/views/widget/native_widget_win.cc
+++ b/ui/views/widget/native_widget_win.cc
@@ -157,9 +157,8 @@ ui::Compositor* NativeWidgetWin::GetCompositor() {
return NULL;
}
-gfx::Vector2d NativeWidgetWin::CalculateOffsetToAncestorWithLayer(
- ui::Layer** layer_parent) {
- return gfx::Vector2d();
+ui::Layer* NativeWidgetWin::GetLayer() {
+ return NULL;
}
void NativeWidgetWin::ViewRemoved(View* view) {
« no previous file with comments | « ui/views/widget/native_widget_win.h ('k') | ui/views/widget/root_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698