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

Unified Diff: ui/views/view.h

Issue 1800373002: [MD] replace infobar bottom solid line separator with a shadow. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: nits Created 4 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
« no previous file with comments | « ui/gfx/skia_util.cc ('k') | ui/views/view.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/views/view.h
diff --git a/ui/views/view.h b/ui/views/view.h
index 897160ea199e36d922f15edd57ae0e1e646e3653..adc31ccac0a40eed84390ae3a4cd69f4b6daa3e6 100644
--- a/ui/views/view.h
+++ b/ui/views/view.h
@@ -233,9 +233,6 @@ class VIEWS_EXPORT View : public ui::LayerDelegate,
// 0, 0).
gfx::Rect GetLocalBounds() const;
- // Returns the bounds of the layer in its own pixel coordinates.
- gfx::Rect GetLayerBoundsInPixel() const;
-
// Returns the insets of the current border. If there is no border an empty
// insets is returned.
virtual gfx::Insets GetInsets() const;
« no previous file with comments | « ui/gfx/skia_util.cc ('k') | ui/views/view.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698