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

Unified Diff: pdf/paint_aggregator.h

Issue 2270463003: Turn on enforce-in-pdf Clang plugin flag. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix win clang Created 4 years, 4 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 | « chrome/browser/pdf/pdf_extension_test.cc ('k') | pdf/paint_aggregator.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pdf/paint_aggregator.h
diff --git a/pdf/paint_aggregator.h b/pdf/paint_aggregator.h
index 74737ab8fb66b6b3165fa46fbb614bb30afcd522..5bb4ea72251f68e3d45b2f8fa175f297af8803ab 100644
--- a/pdf/paint_aggregator.h
+++ b/pdf/paint_aggregator.h
@@ -9,7 +9,6 @@
#include "ppapi/cpp/image_data.h"
#include "ppapi/cpp/rect.h"
-#include "ppapi/cpp/rect.h"
// This class is responsible for aggregating multiple invalidation and scroll
// commands to produce a scroll and repaint sequence. You can use this manually
@@ -31,6 +30,7 @@ class PaintAggregator {
struct PaintUpdate {
PaintUpdate();
+ PaintUpdate(const PaintUpdate& that);
~PaintUpdate();
// True if there is a scroll applied. This indicates that the scroll delta
« no previous file with comments | « chrome/browser/pdf/pdf_extension_test.cc ('k') | pdf/paint_aggregator.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698