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

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: ClipRect 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
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);
};
}

Powered by Google App Engine
This is Rietveld 408576698