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

Unified Diff: cc/render_surface_impl.cc

Issue 11366094: cc: Create a Region class that wraps SkRegion, to replace use of WebCore::Region. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: rebase Created 8 years, 1 month 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 | « cc/region_unittest.cc ('k') | cc/stubs/Region.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: cc/render_surface_impl.cc
diff --git a/cc/render_surface_impl.cc b/cc/render_surface_impl.cc
index 0ed8ede4ede16ecd6fac149a3c6fe93627de6ab9..a3214240682f380d30cd5a728aa9c31bf3966260 100644
--- a/cc/render_surface_impl.cc
+++ b/cc/render_surface_impl.cc
@@ -6,6 +6,8 @@
#include "cc/render_surface_impl.h"
+#include <algorithm>
+
#include "base/logging.h"
#include "base/stringprintf.h"
#include "cc/damage_tracker.h"
« no previous file with comments | « cc/region_unittest.cc ('k') | cc/stubs/Region.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698