DescriptionMake sure to run post init tasks even if kSkipGpuDataLoading is set
Fixes regression introduced by https://codereview.chromium.org/1547793004/
which postpones call to GpuDataManagerImplPrivate::SetGLStrings() and
GpuDataManagerImplPrivate::DisableHardwareAcceleration() until
GpuDataManagerImplPrivate::Initialize() is called.
A solution is to call RunPostInitTasks() for any early return in
GpuDataManagerImplPrivate::Initialize().
R=zmo@chromium.org
BUG=592435
TEST=content_shell --no-sandbox --disable-gpu --skip-gpu-data-loading chrome:gpu
Committed: https://crrev.com/67487fb9f97e4835d80fe1baa084a3cb97df7784
Cr-Commit-Position: refs/heads/master@{#380207}
Patch Set 1 #Patch Set 2 : Add unit test #
Messages
Total messages: 13 (4 generated)
|