diff options
Diffstat (limited to 'content/common/host_shared_bitmap_manager.cc')
-rw-r--r-- | content/common/host_shared_bitmap_manager.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/content/common/host_shared_bitmap_manager.cc b/content/common/host_shared_bitmap_manager.cc index 8182e0b..778260b 100644 --- a/content/common/host_shared_bitmap_manager.cc +++ b/content/common/host_shared_bitmap_manager.cc @@ -7,7 +7,7 @@ #include "base/lazy_instance.h" #include "base/memory/ref_counted.h" #include "content/common/view_messages.h" -#include "ui/gfx/size.h" +#include "ui/gfx/geometry/size.h" namespace content { |