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

Issue 140923003: Remove unused include file (Closed)

Created:
6 years, 11 months ago by riju_
Modified:
6 years, 9 months ago
Reviewers:
reveman
CC:
chromium-reviews, cc-bugs_chromium.org, sohanjg, Ken Russell (switch to Gerrit)
Base URL:
https://chromium.googlesource.com/chromium/src.git@master
Visibility:
Public.

Description

Remove unused include file "third_party/khronos/GLES2/gl2.h" was included in the raster_worker_pool.h which caused conflict due to macro expansion of glShaderSource found it while debugging Issue #73923003 which was failing on mac bots

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -1 line) Patch
M cc/resources/raster_worker_pool.h View 1 chunk +0 lines, -1 line 0 comments Download

Messages

Total messages: 5 (0 generated)
riju_
6 years, 11 months ago (2014-01-16 16:05:43 UTC) #1
reveman
lgtm
6 years, 11 months ago (2014-01-16 16:41:41 UTC) #2
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/rijubrata.bhaumik@intel.com/140923003/1
6 years, 11 months ago (2014-01-16 16:44:01 UTC) #3
jamesr
This is unfortunate - anyone using the compositor's interface should be able to see the ...
6 years, 11 months ago (2014-01-16 19:05:50 UTC) #4
reveman
6 years, 11 months ago (2014-01-16 19:42:22 UTC) #5
cq-

This include is not actually unused. We need it for GLenum. If it really turns
out that this include can't be here then change this GLenum to an int or
unsigned before you remove the include. Preferably we make it possible to have
this include here.

Powered by Google App Engine
This is Rietveld 408576698