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

Unified Diff: ui/gfx/path.h

Issue 1773393002: Address some bubble clipping issues (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: no aa 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/app_list/views/search_result_page_view.cc ('k') | ui/views/bubble/bubble_frame_view.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/gfx/path.h
diff --git a/ui/gfx/path.h b/ui/gfx/path.h
index bb00e13a3657d2b17fdaa95f96739ac35717e3a7..e1cbfa9b93b939879e7e9751d3db24172fc325ac 100644
--- a/ui/gfx/path.h
+++ b/ui/gfx/path.h
@@ -33,9 +33,6 @@ class GFX_EXPORT Path : public SkPath {
Path(const PointF* points, size_t count);
~Path();
-
- private:
- DISALLOW_COPY_AND_ASSIGN(Path);
};
}
« no previous file with comments | « ui/app_list/views/search_result_page_view.cc ('k') | ui/views/bubble/bubble_frame_view.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698