diff options
Diffstat (limited to 'chrome/renderer/paint_aggregator.h')
-rw-r--r-- | chrome/renderer/paint_aggregator.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/renderer/paint_aggregator.h b/chrome/renderer/paint_aggregator.h index 4924b83..2ceef57 100644 --- a/chrome/renderer/paint_aggregator.h +++ b/chrome/renderer/paint_aggregator.h @@ -9,7 +9,7 @@ #include <vector> #include "base/basictypes.h" -#include "gfx/rect.h" +#include "ui/gfx/rect.h" // This class is responsible for aggregating multiple invalidation and scroll // commands to produce a scroll and repaint sequence. |