Commit 00c23f03 authored by Daniel Bratell's avatar Daniel Bratell Committed by Commit Bot

Removing dead TransportDIB member sequence_num_

Nobody set or read the ui::surface::TransportDIB member
sequence_num_ and that made the compiler upset in jumbo builds
where the compiler sees more of the whole picture.

Change-Id: Ia59e824e9e6175870065336c6403958878d2dba0
Reviewed-on: https://chromium-review.googlesource.com/826063Reviewed-by: default avatarKenneth Russell <kbr@chromium.org>
Commit-Queue: Daniel Bratell <bratell@opera.com>
Cr-Commit-Position: refs/heads/master@{#524031}
parent ca275d32
...@@ -81,7 +81,6 @@ class SURFACE_EXPORT TransportDIB { ...@@ -81,7 +81,6 @@ class SURFACE_EXPORT TransportDIB {
explicit TransportDIB(base::SharedMemoryHandle dib); explicit TransportDIB(base::SharedMemoryHandle dib);
base::SharedMemory shared_memory_; base::SharedMemory shared_memory_;
uint32_t sequence_num_;
size_t size_; // length, in bytes size_t size_; // length, in bytes
DISALLOW_COPY_AND_ASSIGN(TransportDIB); DISALLOW_COPY_AND_ASSIGN(TransportDIB);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment