Commit fb66faae authored by Tibor Goldschwendt's avatar Tibor Goldschwendt Committed by Commit Bot

[vr] Remove unused UiScene::HandleCommands

Change-Id: Ida32bb0de8bd78fae003abd39bce4ec327ad9317
Reviewed-on: https://chromium-review.googlesource.com/594549Reviewed-by: default avatarIan Vollick <vollick@chromium.org>
Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org>
Cr-Commit-Position: refs/heads/master@{#490791}
parent 4cf85698
......@@ -15,7 +15,6 @@
#include "third_party/skia/include/core/SkColor.h"
namespace base {
class ListValue;
class TimeTicks;
} // namespace base
......@@ -60,10 +59,6 @@ class UiScene {
// frame lifecycle. After this function, no element should be dirtied.
void PrepareToDraw();
// Handle a batch of commands passed from the UI HTML.
void HandleCommands(std::unique_ptr<base::ListValue> commands,
const base::TimeTicks& current_time);
const std::vector<std::unique_ptr<UiElement>>& GetUiElements() const;
UiElement* GetUiElementById(int element_id) const;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment