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

Unified Diff: third_party/WebKit/Source/platform/graphics/Image.cpp

Issue 2859313003: Blink class layout optimization to reduce memory usage (Closed)
Patch Set: Resolved merge conflict and changed blink::ResourceStatus enum to be based on uint8_t Created 3 years, 7 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: third_party/WebKit/Source/platform/graphics/Image.cpp
diff --git a/third_party/WebKit/Source/platform/graphics/Image.cpp b/third_party/WebKit/Source/platform/graphics/Image.cpp
index 232adc4285742d71c42c496e9e7a48d488ed4fdc..5fc6c3f4e4f2d6c0ad81086d193271dbef12fd01 100644
--- a/third_party/WebKit/Source/platform/graphics/Image.cpp
+++ b/third_party/WebKit/Source/platform/graphics/Image.cpp
@@ -52,7 +52,7 @@
namespace blink {
Image::Image(ImageObserver* observer)
- : image_observer_(observer), image_observer_disabled_(false) {}
+ : image_observer_disabled_(false), image_observer_(observer) {}
Image::~Image() {}
« no previous file with comments | « third_party/WebKit/Source/platform/graphics/Image.h ('k') | third_party/WebKit/Source/platform/loader/fetch/ResourceStatus.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698