Skip to content

Commit

Permalink
Don't show checkbox to enable GPU yet
Browse files Browse the repository at this point in the history
  • Loading branch information
dacap committed Jul 12, 2016
1 parent 86d2f68 commit 5640277
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/she/skia/skia_system.h
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,8 @@ class SkiaSystem : public SkiaSystemBase {
int(Capabilities::MultipleDisplays) |
int(Capabilities::CanResizeDisplay) |
int(Capabilities::DisplayScale)
#if SK_SUPPORT_GPU
// TODO enable this when the GPU support is ready
#if 0 // SK_SUPPORT_GPU
| int(Capabilities::GpuAccelerationSwitch)
#endif
);
Expand Down

0 comments on commit 5640277

Please sign in to comment.