Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ash static initializers: Remove the final two static initializers.
ash::DisplayController was still depending on Display::kInvalidDisplayID in a way that emitted static initializers. Just initialize it to -1; DisplayController::DisplayController() still sets the value during its constructor. Remove one more instance of <iostream>. I was confused by the output because there were actually two different files called debug_utils.cc in the ash build which weren't in the normal linux build which both were including <iostream>. BUG=300084 R=sky@chromium.org Review URL: https://codereview.chromium.org/272133003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@270472 0039d316-1c4b-4281-b951-d872f2087c98
- Loading branch information