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

Unified Diff: ui/surface/transport_dib.h

Issue 13255002: Implemented software output device for Aura. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fixed linux builds. Created 7 years, 9 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 | « content/renderer/gpu/compositor_software_output_device.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/surface/transport_dib.h
diff --git a/ui/surface/transport_dib.h b/ui/surface/transport_dib.h
index 6397c97420a674572557e7a035ee692c9f678f64..3cb3dd03963d2a8cb5f1d5344575263273da4230 100644
--- a/ui/surface/transport_dib.h
+++ b/ui/surface/transport_dib.h
@@ -106,6 +106,10 @@ class SURFACE_EXPORT TransportDIB {
return shmkey < other.shmkey;
}
+ bool operator==(const Id& other) const {
+ return shmkey == other.shmkey;
+ }
+
int shmkey;
};
« no previous file with comments | « content/renderer/gpu/compositor_software_output_device.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698