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

Issue 2710683014: Revert of Fix VS 2015 Update 2 specific bug (Closed)

Created:
3 years, 10 months ago by brucedawson
Modified:
3 years, 9 months ago
Reviewers:
Zhenyao Mo
CC:
chromium-reviews, piman+watch_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Revert of Fix VS 2015 Update 2 specific bug (patchset #3 id:40001 of https://codereview.chromium.org/1806743002/ ) Reason for revert: This was a compiler bug workaround and the bug was fixed long ago. Note that the #include "gpu/gpu_export.h" line that was added for the workaround is being left in because it is now needed. Original issue's description: > Fix VS 2015 Update 2 specific bug > > When building Chrome with VS 2015 Update 2 RC there is a compiler error: > > 1> texture_definition.cc > 1>base/memory/ref_counted.h(414): error C2027: use of undefined type 'gpu::gles2::GLStreamTextureImage' > 1> gpu/command_buffer/service/texture_manager.h(31): note: see declaration of 'gpu::gles2::GLStreamTextureImage' > 1> base/memory/ref_counted.h(413): note: while compiling class template member function 'void scoped_refptr<gpu::gles2::GLStreamTextureImage>::AddRef(T *)' > > This is caused by a compiler bug, together with a type trait used in > std::vector: > https://twitter.com/StephanTLavavej/status/710191543840219136 > > A VS bug has been filed at: > https://connect.microsoft.com/VisualStudio/feedback/details/2475971 > > Bug 595189 has a more minimal repro. > > BUG=440500, 595189 > CQ_INCLUDE_TRYBOTS=tryserver.chromium.win:win_optional_gpu_tests_rel;tryserver.chromium.mac:mac_optional_gpu_tests_rel > > Committed: https://crrev.com/4d9ecc15b1ca04d30113408a4d2c428456176ce0 > Cr-Commit-Position: refs/heads/master@{#381640} # Not skipping CQ checks because original CL landed more than 1 days ago. BUG=440500, 595189 CQ_INCLUDE_TRYBOTS=master.tryserver.chromium.linux:linux_optional_gpu_tests_rel;master.tryserver.chromium.mac:mac_optional_gpu_tests_rel;master.tryserver.chromium.win:win_optional_gpu_tests_rel Review-Url: https://codereview.chromium.org/2710683014 Cr-Commit-Position: refs/heads/master@{#453704} Committed: https://chromium.googlesource.com/chromium/src/+/39e9ce2fb50f025d2176f24e90d3f2ea15a940fd

Patch Set 1 #

Patch Set 2 : Add back #include "gpu/gpu_export.h" #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -3 lines) Patch
M gpu/command_buffer/service/texture_definition.cc View 1 1 chunk +0 lines, -3 lines 0 comments Download

Messages

Total messages: 24 (19 generated)
brucedawson
Created Revert of Fix VS 2015 Update 2 specific bug
3 years, 10 months ago (2017-02-23 22:59:19 UTC) #1
brucedawson
Simple change to remove an old compiler bug workaround. PTAL.
3 years, 10 months ago (2017-02-24 01:37:09 UTC) #12
Zhenyao Mo
On 2017/02/24 01:37:09, brucedawson wrote: > Simple change to remove an old compiler bug workaround. ...
3 years, 9 months ago (2017-02-28 19:44:56 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/v2/patch-status/codereview.chromium.org/2710683014/70001
3 years, 9 months ago (2017-02-28 20:07:45 UTC) #21
commit-bot: I haz the power
3 years, 9 months ago (2017-02-28 21:20:05 UTC) #24
Message was sent while issue was closed.
Committed patchset #2 (id:70001) as
https://chromium.googlesource.com/chromium/src/+/39e9ce2fb50f025d2176f24e90d3...

Powered by Google App Engine
This is Rietveld 408576698