diff options
Diffstat (limited to 'chrome')
-rw-r--r-- | chrome/common/transport_dib_mac.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/chrome/common/transport_dib_mac.cc b/chrome/common/transport_dib_mac.cc index 4fb67a7..4ac44fc 100644 --- a/chrome/common/transport_dib_mac.cc +++ b/chrome/common/transport_dib_mac.cc @@ -55,7 +55,7 @@ void* TransportDIB::memory() const { } TransportDIB::Id TransportDIB::id() const { - return false; + return shared_memory_.id(); } TransportDIB::Handle TransportDIB::handle() const { |